Welcome![Sign In][Sign Up]
Location:
Search - hsv matlab

Search list

[matlab咖吗滤波matlab

Description:

function [h,s,v] = rgb2hsv(r,g,b)
%RGB2HSV Convert red-green-blue colors to hue-saturation-value.
%   H = RGB2HSV(M) converts an RGB color map to an HSV color map.
%   Each map is a matrix with any number of rows, exactly three columns,
%   and elements in the interval 0 to 1.  The columns of the input matrix,
%   M, represent intensity of red, blue and green, respectively.  The
%   columns of the resulting output matrix, H, represent hue, saturation
%   and color value, respectively.
%
%   HSV = RGB2HSV(RGB) converts the RGB image RGB (3-D array) to the
%   equivalent HSV image HSV (3-D array).


Platform: | Size: 1517 | Author: leohee | Hits:

[Special Effectshsvquan

Description: hsv的空间量化,要求输入为hsv空间中的图像。分别对h、s、v三个分量进行量化。-hsv space quantization, for admission to hsv space images. Respectively h, s, v 3 components quantified.
Platform: | Size: 1024 | Author: 杨红菊 | Hits:

[Special Effectsrgb-hsv

Description: 对于读入的彩色图像在rgb和hsv域中进行均衡,并显示比较均衡效果-To read the color image in rgb and hsv domain balanced and shows the effect of a more balanced
Platform: | Size: 3072 | Author: 王站 | Hits:

[Special EffectsColorHistogram

Description: 将图像转换到HSV空间,并对其进行量化降维后,计算其颜色直方图-Image conversion to HSV space, and to quantify the dimensionality reduction, the calculation of its color histogram
Platform: | Size: 1024 | Author: Owenli | Hits:

[Graph programcolormoments

Description: 用matlab实现color moments算法,先把rgb图像转换到HSV空间,然后计算每个分量的一二三阶矩,最后组成9维向量进行比较。-Using color moments algorithm matlab realize, first convert rgb images to HSV space, and then calculated for each component of the 123-order moments, the final composition of 9-dimensional vector for comparison.
Platform: | Size: 1024 | Author: 杨红菊 | Hits:

[Special Effectsrgb2hsi

Description: rgb颜色空间与hsi颜色空间转换的一段MATLAB代码。-a matlab code rgb space to hsi space or return.
Platform: | Size: 1024 | Author: 叶伍 | Hits:

[Graph programcolor_hist256

Description: 自己编写的提取RGB图像的包含256bin的一维直方图,首先把rgb图像转换为hsv图像,然后量化三个分量图像,最后提取一维直方图,可用于图像检索。-I have written extract contains RGB images 256bin one-dimensional histogram, first of all put rgb image is converted to hsv images, then quantified the three-component image, and finally extracted one-dimensional histogram can be used for image retrieval.
Platform: | Size: 1024 | Author: 杨红菊 | Hits:

[Graph programHSVHistogram

Description: This code imports 2 images, then uses HSV algorithm to compare how 2 images are different from each other
Platform: | Size: 4096 | Author: | Hits:

[Otherrgb2hsv_r

Description: matlab source code for conversion of image from RGB to HSV colorspace
Platform: | Size: 1024 | Author: ronak2018 | Hits:

[Special EffectsColorSpace

Description: 色彩空间转换,支持RGB, YUV, HSV, HSL, Lab, Luv等格式-Color space conversion, support for RGB, YUV, HSV, HSL, Lab, Luv, etc. formats
Platform: | Size: 51200 | Author: Karl Lu | Hits:

[Graph programrgbtohsv

Description: 1.将RGB彩色图象变换为二值图象并显示。 2.将RGB彩色图象变换为HSV彩色图象并显示。 -1. The RGB color image is transformed into binary image and displayed. 2. Will transform RGB to HSV color image and display color images.
Platform: | Size: 2048 | Author: 王娟 | Hits:

[Special Effectsrgb_to_gray

Description: Rgb to Gray/hsv .by matlab. sourcedode
Platform: | Size: 2048 | Author: mooi | Hits:

[Speech/Voice recognition/combinecolorDetection

Description: The provided Matlab functions demonstrate a simple method for training and testing a color detection system. In general, a color detection algorithm searches an image for pixels that have a specific color. In this demo the HSV color space has been used, instead of the RGB space. According to that model, H(ue) dimension represents the "color", S(aturation) dimension represents the dominance of that color and the V(alue) dimension represents the brightness. Therefore, the color detection algorithm can search in terms of color position and color "purity", instead of searching for specific RGB values. We have to note here, that in order to detect the desired color, it is needed to define a tolerance in each HSV dimension. For example a tolerance equal to 0.050 in the H dimension means that the algorithm will detect pixels whose H value has a distance (from the desired value) less than 0.050.
Platform: | Size: 169984 | Author: jack | Hits:

[Special EffectsHSV-Space-segmentation(Training-and-Testing)

Description: 在HSV色彩空间进行彩色图像分割源码,包括学习和训练算法,获得分割参数-In the HSV color space for color image segmentation source code, including learning and training algorithm, access to segmentation parameters
Platform: | Size: 1593344 | Author: Brad Bibson | Hits:

[2D Graphiccolor_space_transformation

Description: Transfer RGB image to all the other color space in the Matlab, like HSV, Lab and so on
Platform: | Size: 3072 | Author: Ying | Hits:

[Graph programchengxu

Description: 实现了几种阴影去除算法,包括相除法、HSV法等四种-Achieved several shadow removal algorithms, including the phase division, HSV law four kinds of
Platform: | Size: 46369792 | Author: baitao | Hits:

[matlabRGBtoHSV

Description: RGB Imagen to HSV, it s a matlab file (.m) easier to understand
Platform: | Size: 181248 | Author: charlie | Hits:

[2D GraphicformatosImagen

Description: From a given image, this code returns it in the following colour spaces RGB,NTCS,YCBCR,HSV. The fields are returned in a matrix of dimensions (:,:,12)
Platform: | Size: 1024 | Author: Xasky | Hits:

[matlabHSV-histogram

Description: HSV颜色空间较RGB空间更适合人的感官视觉,在HSV空间统计图像的分布特征并用于检索比在RGB空间的效果较好。-HSV color space than RGB space is more suitable for people’s senses of sight, in the HSV spatial statistical distribution of the image and is used to retrieve than in RGB space effective.
Platform: | Size: 1024 | Author: 董懂 | Hits:

[Special Effectshsv

Description: rgb颜色模型和hsv颜色模型的转化,用于数字图像处理,matlab-hsv rgb color model color model and the transformation to digital image processing, matlab
Platform: | Size: 1024 | Author: 陈敏洁 | Hits:
« 12 3 4 5 6 7 »

CodeBus www.codebus.net